#loadCover {
  position: absolute;
  display: table;
  width: 100%;
  height: 100%;
}
#loadingBox {
  position: relative;
  display: table-cell;
  align-content: center;
  vertical-align: middle;
  text-align: center;
}
#progressContainer {
  display: block;
  height: 20px;
  width: 296px;
  background-color: #1B1B1B;
  padding: 2px;
  border-radius: 2px;
  margin: 5px auto 0 auto;
}
#progressBar {
  height: 20px;
  width: 0;
  background-color: #D9D9D9;
}
#progressText {
  color: white;
  text-align: center;
  margin: 6px;
}
